home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 002a / aptfix16.zip / APTFIX.MAN < prev    next >
Text File  |  1990-12-04  |  4KB  |  130 lines

  1. The following files are (c) Copyright 1990, Christopher Manrique:
  2.  
  3.     APTFIX.EXE
  4.     AUTOFIX.EXE
  5.     APTFIX.MAN
  6.  
  7.     All Rights Reserved.
  8.  
  9.  
  10. This is Version 0.16 of APTFIX, a utility to assist in development of
  11. scenery with ASD.  It allows the scenery designer to delete old
  12. style (black and white) runways so that he does not need to "paint"
  13. over them to put his own in.
  14.  
  15.  
  16. APTFIX consists of two parts: 
  17.  
  18.         1) APTFIX.EXE for the developer.
  19.         2) AUTOFIX.EXE for the end user.
  20.  
  21. Use of APTFIX is easy:
  22.     
  23.     In flight simulator, find the airport that you wish to delete.
  24.     Write down the North, and East Coordinates.  (You can be general,
  25.     as you will tell aptfix a box area).  
  26.  
  27.     For example, to delete Aiken Airport in SD-7, I wrote down 18820E, 
  28.     and 13722N.
  29.  
  30.     At the Dos prompt, Type:  APTFIX followed by the name of the scenery
  31.     file.
  32.  
  33.     Example:  
  34.         >APTFIX SD-7.SCN
  35.  
  36.     Hit Enter.
  37.  
  38.     APTFIX will prompt you for East, and North Coordinates.
  39.  
  40.     Example:
  41.  
  42.         Low East Boundary: 18700
  43.         High East Boundary: 18900
  44.             
  45.          Low North Boundary: 13600
  46.         High North Boundary: 13800
  47.  
  48.         (In this way, we've "boxed in" 18820E 13722N.  That way,
  49.         if we were a little off, it will still catch the airport!)
  50.  
  51.     When APTFIX finds an airport within the specified boundaries, it
  52.     will give you all of the information regarding that runway.  It will
  53.     then ask you whether to Delete it (D) or Ignore it (I).
  54.  
  55.     APTFIX will continue searching until it finds all of the runways 
  56.     on the scenery disk within the specified  boundaries.
  57.  
  58.     When APTFIX is done, verify that it correctly deleted your selected
  59.     airport.
  60.  
  61.     APTFIX will keep track of all of the runways you told it to delete, 
  62.     and store them in a file called APTFIX.PRM.  You will use this file 
  63.     to pass changes on to others, along with your custom scenery.
  64.  
  65.  
  66.  
  67. How an End User uses your changes    
  68. ==================================
  69.  
  70.     In your custom scenery package insert the file APTFIX.PRM.  (And if 
  71.     You've registered with me, insert AUTOFIX.EXE).
  72.     When the user receives your package, all he has to do is 
  73.     Type AUTOFIX SD-7.SCN at the dos prompt, and AUTOFIX will read
  74.     APTFIX.PRM and make the changes that you specified.
  75.  
  76.     NOTE, if you want to change several airports in several different
  77.     areas, each time you run aptfix, Copy APTFIX.PRM to a temporary
  78.     file name (like SD-7A.PRM, SD-7B.PRM... etc).  Then when you've
  79.     selected all of the runways for deletion, Concatenate all of your
  80.     temporary files together with the dos COPY command. use the /b 
  81.     (binary) option.
  82.  
  83.     example:
  84.         COPY /B SD-7A.SCN+SD-7B.SCN APTFIX.PRM
  85.  
  86.  
  87.     If you like this program, and continue to use it in your scenery 
  88.     design, then I would appreciate you paying me a $10 license fee.
  89.  
  90.     My Address is:
  91.  
  92.         Chris Manrique
  93.         621 Crescent #15
  94.         Champaign, IL  61821
  95.  
  96.  
  97.     (Cheap, but almost enough for me to continue providing utilities!)
  98.  
  99.     IF the response on this is good, I will probably add enhanced 
  100.     capability to it.  Features that I would add would be 
  101.     
  102.     1)  Move, Rotate, Resize runways.
  103.     2)  Delete, Move, Change Freq of VOR's, NDB's, ILS's.
  104.  
  105.     Please let me know what you think, and if you have any 
  106.     suggestions to make this better.
  107.             
  108.  
  109.             -Chris  Manrique
  110.             
  111.  
  112.  
  113.  
  114. WHAT'S NEW
  115. ==========
  116.  
  117. Version 0.12 fixes problems with multiple changes to the same scenery disk.
  118. You should rerun autofix with a fresh scenery file (newly converted).
  119. Old PRM files will work fine with this new version.  
  120.  
  121. Version 0.13 Adds loop to allow multiple searches. (as per request of E.J.
  122. Peiker).
  123.  
  124. Version 0.14 Fixes (hopefully) problems with runways not being found.
  125.  
  126. Version 0.16 Fixes a problem with SD-12.
  127.  
  128.  
  129.  
  130.